This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 build :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+ - uses : actions/checkout@v4.2.2
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+ - uses : actions/checkout@v4.2.2
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
23+ uses : actions/setup-python@v5.3.0
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Install dependencies
Original file line number Diff line number Diff line change 4242 id : get_tag_name
4343 run : |
4444 short_tag=$(echo ${{ steps.release-drafter.outputs.tag_name }} | cut -d. -f1)
45- echo "SHORT_TAG=$short_tag" >> $GITHUB_OUTPUT
45+ echo "SHORT_TAG=$short_tag" >> " $GITHUB_OUTPUT"
4646 create_action_images :
4747 needs : create_release
4848 runs-on : ubuntu-latest
6060 registry : ${{ env.REGISTRY }}
6161 username : ${{ github.actor }}
6262 password : ${{ secrets.GITHUB_TOKEN }}
63- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63+ - uses : actions/checkout@v4.2.2
6464 - name : Push Docker Image
6565 if : ${{ success() }}
6666 uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : " Checkout code"
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ uses : actions/checkout@v4.2.2
2929 with :
3030 persist-credentials : false
3131
3636 results_format : sarif
3737 publish_results : true
3838 - name : " Upload artifact"
39- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
39+ uses : actions/upload-artifact@v4.4.3
4040 with :
4141 name : SARIF file
4242 path : results.sarif
Original file line number Diff line number Diff line change 1111 issues : write
1212 pull-requests : read
1313 steps :
14- - uses : actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9
14+ - uses : actions/stale@v9.0.0
1515 with :
1616 stale-issue-message : " This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 14 days."
1717 close-issue-message : " This issue was closed because it has been stalled for 35 days with no activity."
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout Code
23- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ uses : actions/checkout@v4.2.2
2424 with :
2525 fetch-depth : 0
2626 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments