Skip to content

Commit 09aa313

Browse files
committed
Pin GitHub actions
| Action | Status | |--------|--------| | actions/checkout | v6.0.1 -> v6.0.2 | | actions/setup-go | v6.2.0 -> v6.3.0 | | actions/cache/restore | already pinned | | actions/cache/save | already pinned | | actions/cache | v4.2.0 -> v4.2.3 | | actions/github-script | already pinned | | docker/login-action | v3.6.0 -> v3.7.0 | | docker/setup-buildx-action | already pinned | | docker/metadata-action | already pinned | | docker/build-push-action | v6.18.0 -> v6.19.0 | | docker/cagent-action (auto-issue-triage.yml) | pinned | | docker/cagent-action (nightly-scan.yml) | pinned | | docker/cagent-action (pr-review.yml) | pinned | | golangci/golangci-lint-action | v9.1.0 -> v9.2.0 | | raven-actions/actionlint | v2.1.1 -> v2.1.2 | | go-task/setup-task | already pinned | | tibdex/github-app-token | already pinned | Signed-off-by: David Gageot <david.gageot@docker.com> Assisted-By: docker-agent
1 parent 9b76c88 commit 09aa313

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/auto-issue-triage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
with:
3232
fetch-depth: 1
3333

@@ -84,7 +84,7 @@ jobs:
8484
- name: Run triage agent
8585
id: agent
8686
continue-on-error: true
87-
uses: docker/cagent-action@latest
87+
uses: docker/cagent-action@3a12dbd0c6cd7dda3d4e05f24f0143c9701456de # latest (v1.2.13)
8888
env:
8989
GH_TOKEN: ${{ steps.app-token.outputs.token || github.token }}
9090
with:

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424

2525
- name: Set up Go
26-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
26+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2727
with:
2828
go-version: "1.26.1"
2929
cache: true
3030

3131
- name: Lint
32-
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
32+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3333
with:
3434
version: v2.9
3535

3636
- name: Lint GitHub Actions
37-
uses: raven-actions/actionlint@e01d1ea33dd6a5ed517d95b4c0c357560ac6f518 # v2.1.1
37+
uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2.1.2
3838
with:
3939
fail-on-error: true
4040
pyflakes: false
@@ -43,10 +43,10 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
46+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747

4848
- name: Set up Go
49-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
49+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
5050
with:
5151
go-version: "1.26.1"
5252
cache: true
@@ -71,10 +71,10 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Checkout
74-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
74+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7575

7676
- name: Set up Go
77-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
77+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
7878
with:
7979
go-version: "1.26.1"
8080
cache: true
@@ -90,11 +90,11 @@ jobs:
9090
runs-on: ubuntu-latest
9191
steps:
9292
- name: Checkout
93-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
93+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9494

9595
- name: Hub login
9696
if: github.event_name != 'pull_request'
97-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
97+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
9898
with:
9999
username: ${{ vars.DOCKERPUBLICBOT_USERNAME }}
100100
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
@@ -114,7 +114,7 @@ jobs:
114114
type=ref,event=pr
115115
116116
- name: Build and push image
117-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
117+
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 # v6.19.0
118118
with:
119119
context: .
120120
platforms: linux/amd64,linux/arm64

.github/workflows/nightly-scan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
31+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232
with:
3333
fetch-depth: 1
3434

3535
- name: Ensure cache directory exists
3636
run: mkdir -p "${{ github.workspace }}/.cache"
3737

3838
- name: Restore scanner memory
39-
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
39+
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4040
with:
4141
path: ${{ github.workspace }}/.cache/scanner-memory.db
4242
key: scanner-memory-${{ github.repository }}-${{ github.run_id }}
@@ -53,7 +53,7 @@ jobs:
5353
private_key: ${{ secrets.CAGENT_REVIEWER_APP_PRIVATE_KEY }}
5454

5555
- name: Run nightly scan
56-
uses: docker/cagent-action@latest
56+
uses: docker/cagent-action@3a12dbd0c6cd7dda3d4e05f24f0143c9701456de # latest (v1.2.13)
5757
env:
5858
GH_TOKEN: ${{ steps.app-token.outputs.token || github.token }}
5959
with:
@@ -66,7 +66,7 @@ jobs:
6666
timeout: 1200
6767

6868
- name: Save scanner memory
69-
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
69+
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7070
if: always()
7171
with:
7272
path: ${{ github.workspace }}/.cache/scanner-memory.db

.github/workflows/pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
review:
16-
uses: docker/cagent-action/.github/workflows/review-pr.yml@latest
16+
uses: docker/cagent-action/.github/workflows/review-pr.yml@3a12dbd0c6cd7dda3d4e05f24f0143c9701456de # latest (v1.2.13)
1717
permissions:
1818
contents: read
1919
pull-requests: write

0 commit comments

Comments
 (0)