This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
17+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1818 - name : Build the Docker image
1919 run : docker build . --file Dockerfile --platform linux/amd64 --tag automatic-contributors-pr:"$(date +%s)"
Original file line number Diff line number Diff line change 1818 python-version : ['3.10', '3.11', '3.12']
1919
2020 steps :
21- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
21+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2222 - name : Set up Python ${{ matrix.python-version }}
2323 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
2424 with :
Original file line number Diff line number Diff line change 6060 registry : ${{ env.REGISTRY }}
6161 username : ${{ github.actor }}
6262 password : ${{ secrets.GITHUB_TOKEN }}
63- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
63+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6464 - name : Push Docker Image
6565 if : ${{ success() }}
6666 uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : " Checkout code"
28- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2929 with :
3030 persist-credentials : false
3131
4242 path : results.sarif
4343 retention-days : 5
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
45+ uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout Code
23- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2424 with :
2525 fetch-depth : 0
2626 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments