Skip to content

Commit e969c0d

Browse files
chore(deps): update Kong/public-shared-actions requirement to 7d7d644fa6060237073f25b32a67c66336425131 (#3499)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7213181 commit e969c0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/security.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
persist-credentials: false
2626

27-
- uses: Kong/public-shared-actions/security-actions/secret-scan@fd6bf1150a8cc1a4f2a553dec2ede4eef7059ba2 # 1.1.1
27+
- uses: Kong/public-shared-actions/security-actions/secret-scan@7d7d644fa6060237073f25b32a67c66336425131 # 1.1.1
2828
name: Running Secret Scan using Trufflehog
2929
with:
3030
fail_on_findings: 'true'
@@ -45,7 +45,7 @@ jobs:
4545
persist-credentials: false
4646
- name: Scan Repository
4747
id: sca_repo
48-
uses: Kong/public-shared-actions/security-actions/sca@ba5f6140d799d220f6417e74d9bfda1116fddc9a # 6.0.0
48+
uses: Kong/public-shared-actions/security-actions/sca@7d7d644fa6060237073f25b32a67c66336425131 # 6.0.0
4949
with:
5050
asset_prefix: openmeter-cloud
5151
dir: "."
@@ -69,7 +69,7 @@ jobs:
6969
# Required by semgrep
7070
persist-credentials: true
7171

72-
- uses: Kong/public-shared-actions/security-actions/semgrep@1c412fcf497b6b8ae6cc3313389aa8756de68eac # v5.0.1
72+
- uses: Kong/public-shared-actions/security-actions/semgrep@7d7d644fa6060237073f25b32a67c66336425131 # v5.0.1
7373
with:
7474
fail_on_findings: "true"
7575
# Let's ignore any rules that are not relevant from the OpenMeter code point of view (later on we can remove these if needed)
@@ -106,7 +106,7 @@ jobs:
106106
persist-credentials: false
107107
- name: Scan GitHub Workflows
108108
id: scan_gh_workflows
109-
uses: Kong/public-shared-actions/security-actions/scan-gh-workflows@916a6f6221b7eab6f5ae53d061274d588c965ae6 # 5.0.2
109+
uses: Kong/public-shared-actions/security-actions/scan-gh-workflows@7d7d644fa6060237073f25b32a67c66336425131 # 5.0.2
110110
with:
111111
fail_on_findings: "true"
112112
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)