Skip to content

Commit 4af6ae5

Browse files
chore(deps): bump Kong/public-shared-actions from f558223899ff2ad616f6c6944d3341ad85318055 to fa2022cfad48fdbc3df208f88e4c7471cc014d2c (#3607)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 034f6f6 commit 4af6ae5

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@f558223899ff2ad616f6c6944d3341ad85318055 # 1.1.1
27+
- uses: Kong/public-shared-actions/security-actions/secret-scan@fa2022cfad48fdbc3df208f88e4c7471cc014d2c # 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@f558223899ff2ad616f6c6944d3341ad85318055 # 6.0.0
48+
uses: Kong/public-shared-actions/security-actions/sca@fa2022cfad48fdbc3df208f88e4c7471cc014d2c # 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@f558223899ff2ad616f6c6944d3341ad85318055 # v5.0.1
72+
- uses: Kong/public-shared-actions/security-actions/semgrep@fa2022cfad48fdbc3df208f88e4c7471cc014d2c # 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@f558223899ff2ad616f6c6944d3341ad85318055 # 5.0.2
109+
uses: Kong/public-shared-actions/security-actions/scan-gh-workflows@fa2022cfad48fdbc3df208f88e4c7471cc014d2c # 5.0.2
110110
with:
111111
fail_on_findings: "true"
112112
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)