Skip to content

Commit 421f4d0

Browse files
deps: Update GitHub Actions
1 parent 32b9aeb commit 421f4d0

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
id: job-start
2727
run: echo "start_time=$(date +%s)" >> $GITHUB_OUTPUT
2828

29-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
29+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030

3131
- name: Set up Python 3.12
32-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
32+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3333
with:
3434
python-version: "3.12"
3535
cache: "pip"
@@ -71,10 +71,10 @@ jobs:
7171
id: job-start
7272
run: echo "start_time=$(date +%s)" >> $GITHUB_OUTPUT
7373

74-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
74+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7575

7676
- name: Set up Python ${{ matrix.python-version }}
77-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
77+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080
cache: "pip"
@@ -133,7 +133,7 @@ jobs:
133133
echo '```' >> $GITHUB_STEP_SUMMARY
134134
135135
- name: Upload coverage to Codecov
136-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
136+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
137137
with:
138138
token: ${{ secrets.CODECOV_TOKEN }}
139139
slug: VirtualAgentics/review-bot-automator
@@ -156,10 +156,10 @@ jobs:
156156
id: job-start
157157
run: echo "start_time=$(date +%s)" >> $GITHUB_OUTPUT
158158

159-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
159+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
160160

161161
- name: Set up Python ${{ matrix.python-version }}
162-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
162+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
163163
with:
164164
python-version: ${{ matrix.python-version }}
165165
cache: "pip"
@@ -197,7 +197,7 @@ jobs:
197197
permissions:
198198
contents: read
199199
steps:
200-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
200+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
201201

202202
- name: Run markdownlint
203203
uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21
@@ -218,10 +218,10 @@ jobs:
218218
id: job-start
219219
run: echo "start_time=$(date +%s)" >> $GITHUB_OUTPUT
220220

221-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
221+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
222222

223223
- name: Set up Python 3.12
224-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
224+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
225225
with:
226226
python-version: "3.12"
227227
cache: "pip"

.github/workflows/dependency-submission.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
41+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242

4343
- name: Set up Python 3.12
44-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
44+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4545
with:
4646
python-version: "3.12"
4747
cache: "pip"
@@ -54,7 +54,7 @@ jobs:
5454
pip install -e . --no-deps
5555
5656
- name: Generate and Submit SBOM
57-
uses: anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
57+
uses: anchore/sbom-action@62ad5284b8ced813296287a0b63906cb364b73ee # v0.22.0
5858
with:
5959
format: spdx-json
6060
output-file: "${{ github.event.repository.name }}-sbom.spdx.json"

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363
id: job-start
6464
run: echo "start_time=$(date +%s)" >> $GITHUB_OUTPUT
6565

66-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
66+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6767

6868
- name: Set up Python 3.12
69-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
69+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7070
with:
7171
python-version: "3.12"
7272
cache: "pip"

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
id: job-start
4444
run: echo "start_time=$(date +%s)" >> $GITHUB_OUTPUT
4545

46-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
46+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747

4848
- name: Set up Python 3.12
49-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
49+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5050
with:
5151
python-version: "3.12"
5252
cache: "pip"

.github/workflows/fuzz-extended.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
id: job-start
2525
run: echo "start_time=$(date +%s)" >> $GITHUB_OUTPUT
2626

27-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
27+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828

2929
- name: Set up Python 3.12
30-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
30+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3131
with:
3232
python-version: "3.12"
3333
cache: "pip"

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: job-start
2626
run: echo "start_time=$(date +%s)" >> $GITHUB_OUTPUT
2727

28-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
28+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929

3030
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
3131
with:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
id: job-start
2828
run: echo "start_time=$(date +%s)" >> $GITHUB_OUTPUT
2929

30-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131

3232
- name: Set up Python 3.12
33-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
33+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3434
with:
3535
python-version: "3.12"
3636
cache: "pip"
@@ -114,7 +114,7 @@ jobs:
114114
contents: write
115115

116116
steps:
117-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
117+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
118118

119119
- name: Download build artifacts
120120
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0

.github/workflows/security.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
id: job-start
7171
run: echo "start_time=$(date +%s)" >> $GITHUB_OUTPUT
7272

73-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
73+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7474

7575
- name: Set up Python 3.12
76-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
76+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
7777
with:
7878
python-version: "3.12"
7979
cache: "pip"
@@ -226,14 +226,14 @@ jobs:
226226

227227
steps:
228228
- name: Checkout repository
229-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
229+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
230230

231231
# Initialize CodeQL: Sets up the CodeQL analysis environment
232232
# and prepares the database for semantic code analysis.
233233
# Uses custom configuration for enhanced security coverage.
234234
# The config file specifies both security-extended and security-and-quality query suites.
235235
- name: Initialize CodeQL
236-
uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
236+
uses: github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
237237
with:
238238
languages: ${{ matrix.language }}
239239
config-file: ./.github/codeql/codeql-config.yml
@@ -253,7 +253,7 @@ jobs:
253253
# Results can be viewed in the Security > Code scanning alerts tab
254254
- name: Perform CodeQL Analysis
255255
id: analyze
256-
uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
256+
uses: github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
257257
with:
258258
category: "/language:${{matrix.language}}" # Categorize results by language
259259
upload: true # Upload SARIF results to GitHub Security tab
@@ -307,7 +307,7 @@ jobs:
307307

308308
steps:
309309
- name: Checkout repository
310-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
310+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
311311

312312
# Run Trivy vulnerability scanner on filesystem
313313
# Scans dependencies and source code for known vulnerabilities
@@ -325,7 +325,7 @@ jobs:
325325
# Upload Trivy results to GitHub Security tab
326326
# Always runs even if scan fails, to ensure visibility
327327
- name: Upload Trivy results to GitHub Security
328-
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
328+
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
329329
if: always() # Upload even if scan found vulnerabilities
330330
with:
331331
sarif_file: 'trivy-results.sarif'
@@ -382,7 +382,7 @@ jobs:
382382

383383
steps:
384384
- name: Checkout repository
385-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
385+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
386386
with:
387387
fetch-depth: 0 # Fetch full git history for comprehensive secret scanning
388388

@@ -482,7 +482,7 @@ jobs:
482482

483483
steps:
484484
- name: Checkout repository
485-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
485+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
486486
with:
487487
persist-credentials: false # Don't persist GitHub token
488488

@@ -498,7 +498,7 @@ jobs:
498498
# Upload Scorecard results to GitHub Security tab
499499
# Always uploads to track score trends over time
500500
- name: Upload Scorecard results to GitHub Security
501-
uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
501+
uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
502502
if: always() # Upload even if score is below threshold
503503
with:
504504
sarif_file: scorecard-results.sarif

0 commit comments

Comments
 (0)