Skip to content

Commit

Permalink
chore(deps): update dev dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2024
1 parent 6fb1c11 commit 5cd822a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:


- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8fd294e26a0e458834582b0fe4988d79966c7c0a
uses: github/codeql-action/analyze@e817992b3db357f199b6e99216d3bf853dafd0fc
2 changes: 1 addition & 1 deletion .github/workflows/detect-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@446798f8213ac2e75931c1b0769676d927801858
uses: step-security/harden-runner@1d2370362ea3d554c02ef9fa23b17f4a84d7949b
with:
egress-policy: block
disable-telemetry: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pycharm_security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Execute the pycharm-security action
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2
uses: step-security/harden-runner@446798f8213ac2e75931c1b0769676d927801858 # v2
with:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

Expand Down

0 comments on commit 5cd822a

Please sign in to comment.