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 29
29
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
30
30
31
31
- name : Run contributor action
32
- uses : github/contributors@695ea9d3f1c31f6ff67ab7d6a964a15f8ef9fa04
32
+ uses : github/contributors@3387722e41cbcd1560376fe7575b4b0e372633c5
33
33
env :
34
34
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
35
START_DATE : ${{ env.START_DATE }}
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
24
- name : Set up Python ${{ matrix.python-version }}
25
- uses : actions/setup-python@v5.3 .0
25
+ uses : actions/setup-python@v5.4 .0
26
26
with :
27
27
python-version : ${{ matrix.python-version }}
28
28
- 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@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
45
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
46
46
with :
47
47
sarif_file : results.sarif
Original file line number Diff line number Diff line change 23
23
with :
24
24
fetch-depth : 0
25
25
- name : Setup Python
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
You can’t perform that action at this time.
0 commit comments