Skip to content

Commit 2df9f41

Browse files
committed
Merge remote-tracking branch 'origin/main' into chore/cicd-optimizations
# Conflicts: # .github/workflows/boj-build.yml
2 parents ee4a662 + 50d876d commit 2df9f41

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0 # Full history for better pattern analysis
2727

2828
- name: Setup Elixir for Hypatia scanner
29-
uses: erlef/setup-beam@9d5b75ddfda22fb979d2270283237aef8aa68d6b # v1.18.2
29+
uses: erlef/setup-beam@ee09b1e59bb240681c382eb1f0abc6a04af72764 # v1.18.2
3030
with:
3131
elixir-version: '1.19.4'
3232
otp-version: '28.3'

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
find . -type f -perm /111 -name "*.sh" | head -10 || true
2020
2121
- name: Check for secrets
22-
uses: trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d # v3.93.8
22+
uses: trufflesecurity/trufflehog@6c64db94d5b2e09d7e0948fb6bd3166cc6fffbc7 # v3.94.0
2323
with:
2424
path: ./
2525
base: ${{ github.event.pull_request.base.sha || github.event.before }}

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0 # Full history for scanning
2020

2121
- name: TruffleHog Secret Scan
22-
uses: trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d # v3
22+
uses: trufflesecurity/trufflehog@6c64db94d5b2e09d7e0948fb6bd3166cc6fffbc7 # v3
2323
with:
2424
extra_args: --only-verified --fail
2525

0 commit comments

Comments
 (0)