File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222 # Ref: https://github.com/github/codeql-action
2323 - name : Initialize CodeQL
24- uses : github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
24+ uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
2525 with :
2626 languages : python
2727 - name : Perform CodeQL Analysis
28- uses : github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
28+ uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
Original file line number Diff line number Diff line change 2727 uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2828 with :
2929 python-version : ' 3.13'
30- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
30+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3131 with :
3232 key : docs-${{ hashFiles('pyproject.toml') }}
3333 path : ~/.cache/pip
Original file line number Diff line number Diff line change 3333 fetch-depth : 0 # get all commits and tags
3434 token : ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
3535 - name : Create semantic release
36- uses : python-semantic-release/python-semantic-release@825655a47c9f7496f99ab144d28c424d40333a8a # v9.14.0
36+ uses : python-semantic-release/python-semantic-release@a3233795eb26b6d5167192ffd4550947d764a9b0 # v9.15.1
3737 with :
3838 # allows for python-semantic-release to push to protected main branch
3939 github_token : ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
Original file line number Diff line number Diff line change 3737 name : Packages
3838 path : dist
3939 - name : Publish package distributions to GitHub Releases
40- uses : softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
40+ uses : softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
4141 with :
4242 files : dist/*
4343 publish :
7878 - name : Generate Docker image metadata
7979 id : meta
8080 # Ref: https://github.com/docker/metadata-action?tab=readme-ov-file#customizing
81- uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5 .1
81+ uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6 .1
8282 with :
8383 images : ghcr.io/${{ env.IMAGE_NAME }}
8484 flavor : latest=true
8787 type=pep440,pattern={{major}}.{{minor}}
8888 - name : Build and push image to registry
8989 # Ref: https://github.com/docker/build-push-action?tab=readme-ov-file#customizing
90- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
90+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
9191 with :
9292 push : true
9393 build-args : VERSION=${{ github.event.release.name }}
Original file line number Diff line number Diff line change 3939
4040 # required for Code scanning alerts
4141 - name : Upload SARIF results to code scanning
42- uses : github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
42+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
4343 with :
4444 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 run : echo "version=$(hatch version)" >> $GITHUB_OUTPUT
115115 - uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
116116 - name : Build and push
117- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
117+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
118118 with :
119119 load : true
120120 tags : afuetterer/python-re3data:test
You can’t perform that action at this time.
0 commit comments