Skip to content

Commit f1ed8ac

Browse files
committed
chore(deps): update github action dependencies
1 parent c4eb455 commit f1ed8ac

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,23 @@ jobs:
5454
repository: ${{ github.event.pull_request.head.repo.full_name }}
5555

5656
- name: Setup Go
57-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
57+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
5858
with:
5959
go-version: "1.22"
6060
if: ${{ matrix.language == 'go' }}
6161

6262
# Initializes the CodeQL tools for scanning.
6363
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@a073c66b2accf653a511d88537804dcafa07812e # v2.25.10
64+
uses: github/codeql-action/init@563dcafdfe28a0bb82e2c272d84924f17b628540 # v2.25.13
6565
with:
6666
languages: ${{ matrix.language }}
6767

6868
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
6969
# If this step fails, then you should remove it and run the build manually
7070
- name: Autobuild
71-
uses: github/codeql-action/autobuild@a073c66b2accf653a511d88537804dcafa07812e # v2.25.10
71+
uses: github/codeql-action/autobuild@563dcafdfe28a0bb82e2c272d84924f17b628540 # v2.25.13
7272

7373
- name: Perform CodeQL Analysis
74-
uses: github/codeql-action/analyze@a073c66b2accf653a511d88537804dcafa07812e # v2.25.10
74+
uses: github/codeql-action/analyze@563dcafdfe28a0bb82e2c272d84924f17b628540 # v2.25.13
7575
with:
7676
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565

6666
# Upload the results to GitHub's code scanning dashboard.
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@a073c66b2accf653a511d88537804dcafa07812e # v2.25.10
68+
uses: github/codeql-action/upload-sarif@563dcafdfe28a0bb82e2c272d84924f17b628540 # v2.25.13
6969
with:
7070
sarif_file: resultsFiltered.sarif

.github/workflows/tests-main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
access_token_lifetime: 600s
4040
project_id: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
4141
- name: Setup Go
42-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
42+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4343
with:
4444
go-version: "1.22"
4545
- name: Set up build.env with phony secrets.
@@ -83,7 +83,7 @@ jobs:
8383
- name: 'Set up Cloud SDK'
8484
uses: google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b # v1.1.1
8585
- name: 'Setup Go'
86-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
86+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
8787
with:
8888
go-version: "1.22"
8989
- name: Set up QEMU

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
console.log('Failed to remove label. Another job may have already removed it!');
5656
}
5757
- name: Setup Go
58-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
58+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
5959
with:
6060
go-version: "1.22"
6161
- name: Checkout code
@@ -95,7 +95,7 @@ jobs:
9595
- name: Set up Cloud SDK
9696
uses: google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b # v1.1.1
9797
- name: 'Setup Go'
98-
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
98+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
9999
with:
100100
go-version: "1.22"
101101
- name: Set up QEMU

0 commit comments

Comments
 (0)