File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
28
28
29
29
- name : Run contributor action
30
- uses : github/contributors@695ea9d3f1c31f6ff67ab7d6a964a15f8ef9fa04 # v1.5.3
30
+ uses : github/contributors@3387722e41cbcd1560376fe7575b4b0e372633c5 # v1.5.4
31
31
env :
32
32
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
33
START_DATE : ${{ env.START_DATE }}
Original file line number Diff line number Diff line change 23
23
# Full git history is needed to get a proper
24
24
# list of changed files within `super-linter`
25
25
fetch-depth : 0
26
- - uses : actions/setup-python@v5.3 .0
26
+ - uses : actions/setup-python@v5.4 .0
27
27
with :
28
28
python-version : " 3.12"
29
29
- name : Install dependencies
Original file line number Diff line number Diff line change 23
23
steps :
24
24
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@v5.3 .0
26
+ uses : actions/setup-python@v5.4 .0
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Install dependencies
Original file line number Diff line number Diff line change 42
42
path : results.sarif
43
43
retention-days : 5
44
44
- name : " Upload to code-scanning"
45
- uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.24.9
45
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.24.9
46
46
with :
47
47
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments