Skip to content

Commit fe9e00f

Browse files
Merge pull request #24 from scecloud/dependabot/github_actions/minor-and-patch-4aa7aea3de
fix(deps): bump the minor-and-patch group with 2 updates
2 parents ab22e34 + 4d95100 commit fe9e00f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@11bd71901bbe5b1630ceea73d27597364c9af683
3939

4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # pin@v3
41+
uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # pin@v3
4242
with:
4343
languages: ${{ matrix.language }}
4444
build-mode: ${{ matrix.build-mode }}
@@ -54,6 +54,6 @@ jobs:
5454
exit 1
5555
5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # pin@v3
57+
uses: github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # pin@v3
5858
with:
5959
category: "/language:${{matrix.language}}"

.github/workflows/megalinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,6 @@ jobs:
228228
if: |
229229
steps.sarif_file_exists.outputs.files_exists == 'true'
230230
&& github.event.repository.visibility == 'public'
231-
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # pin@v3.29.5
231+
uses: github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # pin@v3.29.5
232232
with:
233233
sarif_file: "megalinter-reports/megalinter-report.sarif"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
# Upload the results to GitHub's code scanning dashboard (optional).
7373
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7474
- name: "Upload to code-scanning"
75-
uses: github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # pin@v3
75+
uses: github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # pin@v3
7676
with:
7777
sarif_file: results.sarif

.github/workflows/semver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: calculate version
3030
id: calculate-version
31-
uses: bitshifted/git-auto-semver@29951ab6c607ad8b2ff7495f83bd5174cd5381b1 # pin@v1
31+
uses: bitshifted/git-auto-semver@76f68b35706881aead71cffabf3f4869ce800d8e # pin@v1
3232
with:
3333
create_tag: true
3434
initial_version: 0.0.1

0 commit comments

Comments
 (0)