Skip to content

Commit 88bbbe5

Browse files
🌱 Bump the github-actions group across 1 directory with 3 updates (#648)
1 parent 34b500b commit 88bbbe5

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
34+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3535

3636
# Initializes the CodeQL tools for scanning.
3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f
38+
uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c
3939
with:
4040
languages: ${{ matrix.language }}
4141
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -46,7 +46,7 @@ jobs:
4646
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4747
# If this step fails, then you should remove it and run the build manually (see below)
4848
- name: Autobuild
49-
uses: github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f
49+
uses: github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c
5050

5151
# ℹ️ Command-line programs to run using the OS shell.
5252
# 📚 https://git.io/JvXDl
@@ -60,4 +60,4 @@ jobs:
6060
# make release
6161

6262
- name: Perform CodeQL Analysis
63-
uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f
63+
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c

.github/workflows/depsreview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: 'Checkout Repository'
25-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
25+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2626
- name: 'Dependency Review'
27-
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70
27+
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
contents: read
3838
steps:
3939
- name: Clone the code
40-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4141
with:
4242
fetch-depth: 0
4343
- name: Setup Go

.github/workflows/scorecards-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write
2121
steps:
2222
- name: "Checkout code"
23-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v2.4.0
23+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0
2424
with:
2525
persist-credentials: false
2626

@@ -48,6 +48,6 @@ jobs:
4848

4949
# Upload the results to GitHub's code scanning dashboard.
5050
- name: "Upload to code-scanning"
51-
uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v1.0.26
51+
uses: github/codeql-action/upload-sarif@b611370bb5703a7efb587f9d136a52ea24c5c38c # v1.0.26
5252
with:
5353
sarif_file: results.sarif

0 commit comments

Comments
 (0)