Skip to content

Commit afd29c9

Browse files
committed
ci: refresh pinned security and release actions
1 parent b801a55 commit afd29c9

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
runs-on: ubuntu-latest
2222
timeout-minutes: 20
2323
steps:
24-
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
25-
- uses: github/codeql-action/init@47be0dbd5113ab1b79fe2dd3f68bdf7e426cdc87 # v3
24+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
25+
- uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4
2626
with:
2727
languages: go
28-
- uses: github/codeql-action/autobuild@47be0dbd5113ab1b79fe2dd3f68bdf7e426cdc87 # v3
29-
- uses: github/codeql-action/analyze@47be0dbd5113ab1b79fe2dd3f68bdf7e426cdc87 # v3
28+
- uses: github/codeql-action/autobuild@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4
29+
- uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4
3030
with:
3131
category: /language:go

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
id-token: write
2626
steps:
2727
- name: Check out source
28-
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
28+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2929
with:
3030
fetch-depth: 0
3131

3232
- name: Set up Go
33-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
33+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
3434
with:
3535
go-version: ${{ env.GO_VERSION }}
3636
cache: true
@@ -39,13 +39,13 @@ jobs:
3939
run: git merge-base --is-ancestor "$GITHUB_SHA" origin/main
4040

4141
- name: Set up QEMU
42-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
42+
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
4343

4444
- name: Set up Buildx
45-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
45+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
4646

4747
- name: Log in to GHCR
48-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
48+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
4949
with:
5050
registry: ${{ env.REGISTRY }}
5151
username: ${{ github.actor }}
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Build and push multi-architecture image
6363
id: image
64-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
64+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
6565
with:
6666
context: .
6767
push: true
@@ -82,7 +82,7 @@ jobs:
8282
sbom: true
8383

8484
- name: Install Cosign
85-
uses: sigstore/cosign-installer@f713795cb21599bc4e5c4b58cbad1da852d7eeb9 # v3
85+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
8686

8787
- name: Sign image digest
8888
env:

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
timeout-minutes: 30
1717
steps:
1818
- name: Check out source
19-
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
19+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020

2121
- name: Set up Go
22-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
22+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
2323
with:
2424
go-version: ${{ env.GO_VERSION }}
2525
cache: true
@@ -126,7 +126,7 @@ jobs:
126126
test "$(docker exec atomic-sync-ci /usr/local/bin/rclone help backends | grep -Ec '^ (local|crypt|drive) +')" = 3
127127
128128
- name: Scan image for vulnerabilities
129-
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
129+
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # 0.36.0
130130
with:
131131
image-ref: atomic-sync:test
132132
format: table

0 commit comments

Comments
 (0)