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 2727 echo "END_DATE=$end_date" >> "$GITHUB_ENV"
2828
2929 - name : Run contributor action
30- uses : github/contributors@695ea9d3f1c31f6ff67ab7d6a964a15f8ef9fa04 # v1.5.3
30+ uses : github/contributors@3387722e41cbcd1560376fe7575b4b0e372633c5 # v1.5.4
3131 env :
3232 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3333 START_DATE : ${{ env.START_DATE }}
Original file line number Diff line number Diff line change 2323 # Full git history is needed to get a proper
2424 # list of changed files within `super-linter`
2525 fetch-depth : 0
26- - uses : actions/setup-python@v5.3 .0
26+ - uses : actions/setup-python@v5.4 .0
2727 with :
2828 python-version : " 3.12"
2929 - name : Install dependencies
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v4.2.2
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v5.3 .0
26+ uses : actions/setup-python@v5.4 .0
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Install dependencies
Original file line number Diff line number Diff line change 4242 path : results.sarif
4343 retention-days : 5
4444 - 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
4646 with :
4747 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments