Skip to content

Commit 1e7fcd3

Browse files
authored
Merge branch 'main' into dependabot/github_actions/bridgecrewio/checkov-action-12.2948.0
2 parents bdd5778 + b65e260 commit 1e7fcd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
with:
177177
github_token: ${{ github.token }}
178178
- name: Create a GitHub release
179-
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
179+
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
180180
with:
181181
tag: ${{ steps.tag_version.outputs.new_tag }}
182182
name: Release ${{ steps.tag_version.outputs.new_tag }}

.github/workflows/scorecard.yml

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

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: "Upload to code-scanning"
75-
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
75+
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
7676
with:
7777
sarif_file: results.sarif

0 commit comments

Comments
 (0)