Skip to content

Commit 0792622

Browse files
authored
chore(deps): Update github-actions (#24)
1 parent 61e5ab6 commit 0792622

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
git checkout HEAD^2
4646
-
4747
name: Initialize CodeQL
48-
uses: github/codeql-action/init@v3.30.3
48+
uses: github/codeql-action/init@v3.31.0
4949
with:
5050
languages: ${{ matrix.language }}
5151
-
5252
name: Autobuild
53-
uses: github/codeql-action/autobuild@v3.30.3
53+
uses: github/codeql-action/autobuild@v3.31.0
5454
-
5555
name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@v3.30.3
56+
uses: github/codeql-action/analyze@v3.31.0

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: "Run analysis"
30-
uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
30+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
3131
with:
3232
results_file: results.sarif
3333
results_format: sarif

0 commit comments

Comments
 (0)