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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
24+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
2525 with :
2626 languages : python
2727 - name : Perform CodeQL Analysis
28- uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
28+ uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
Original file line number Diff line number Diff line change 3333 uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
3434 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535 - name : Set up uv
36- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
36+ uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0 .1
3737 with :
3838 python-version : ' 3.13'
3939 enable-cache : true
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131 contents : write
3232 steps :
3333 - name : Download package built by build job
34- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
34+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
3535 with :
3636 name : Packages
3737 path : dist
3838 - name : Publish package distributions to GitHub Releases
39- uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
39+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
4040 with :
4141 files : dist/*
4242
5050 id-token : write
5151 steps :
5252 - name : Download package built by build job
53- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
53+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5454 with :
5555 name : Packages
5656 path : dist
9090 type=pep440,pattern={{major}}.{{minor}}
9191 - name : Build and push image to registry
9292 # Ref: https://github.com/docker/build-push-action?tab=readme-ov-file#customizing
93- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
93+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
9494 with :
9595 push : true
9696 build-args : VERSION=${{ github.event.release.name }}
@@ -114,7 +114,7 @@ jobs:
114114 with :
115115 fetch-depth : 0 # fetch all commits and branches
116116 - name : Set up uv
117- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
117+ uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0 .1
118118 with :
119119 python-version : ' 3.13'
120120 enable-cache : true
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
42+ uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
4343 with :
4444 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2727 uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
2828 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929 - name : Set up uv
30- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
30+ uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0 .1
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 enable-cache : true
8181 uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
8282 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8383 - name : Set up uv
84- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
84+ uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0 .1
8585 with :
8686 python-version : ' 3.13'
8787 enable-cache : true
@@ -123,13 +123,13 @@ jobs:
123123 uses : extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
124124 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
125125 - name : Set up uv
126- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
126+ uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0 .1
127127 - name : Get package version
128128 id : package-version
129129 run : echo "version=$(just project-version)" >> $GITHUB_OUTPUT
130130 - uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
131131 - name : Build and push
132- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
132+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
133133 with :
134134 load : true
135135 tags : afuetterer/python-re3data:test
You can’t perform that action at this time.
0 commit comments