We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 755fac4 + 30d973f commit 1485e04Copy full SHA for 1485e04
1 file changed
.github/workflows/hypatia-scan.yml
@@ -20,12 +20,12 @@ jobs:
20
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
24
with:
25
fetch-depth: 0 # Full history for better pattern analysis
26
27
- name: Setup Elixir for Hypatia scanner
28
- uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c # v1.18.2
+ uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.18.2
29
30
elixir-version: '1.19.4'
31
otp-version: '28.3'
0 commit comments