File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 fail-fast : true
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
28+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
2929 with :
3030 persist-credentials : false
3131 - name : Set Dockerfile name
@@ -35,16 +35,16 @@ jobs:
3535 if : matrix.image.name == 'latest'
3636 run : echo "DOCKERFILE_NAME=python${{ matrix.image.python_version }}" >> $GITHUB_ENV
3737 - name : Set up Docker Buildx
38- uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
38+ uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2 .0
3939 - name : Login to DockerHub
40- uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
40+ uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
4141 with :
4242 username : ${{ secrets.DOCKERHUB_USERNAME }}
4343 password : ${{ secrets.DOCKERHUB_TOKEN }}
4444 - name : Get date for tags
4545 run : echo "DATE_TAG=$(date -I)" >> "$GITHUB_ENV"
4646 - name : Build and push
47- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
47+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
4848 with :
4949 push : true
5050 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 1616 pull-requests : write
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6
19+ - uses : actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v6
2020 if : ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
2121 - run : echo "Done adding labels"
2222 # Run this after labeler applied labels
Original file line number Diff line number Diff line change 2121 pull-requests : read
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
24+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
2525 with :
2626 ref : ${{ github.event.repository.default_branch }}
2727 # To allow latest-changes to commit to master
Original file line number Diff line number Diff line change 2626 fail-fast : true
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
29+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
3030 with :
3131 persist-credentials : false
3232 - name : Set Dockerfile name
@@ -36,14 +36,14 @@ jobs:
3636 if : matrix.image.name == 'latest'
3737 run : echo "DOCKERFILE_NAME=python${{ matrix.image.python_version }}" >> $GITHUB_ENV
3838 - name : Build
39- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
39+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
4040 with :
4141 push : false
4242 tags : tiangolo/uwsgi-nginx-flask:${{ matrix.image.name }}
4343 context : ./docker-images/
4444 file : ./docker-images/${{ env.DOCKERFILE_NAME }}.dockerfile
4545 - name : Set up Python
46- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
46+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
4747 with :
4848 python-version : " 3.10"
4949 - name : Install Dependencies
Original file line number Diff line number Diff line change 1313 contents : read
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
16+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
1717 with :
1818 persist-credentials : false
19- - uses : zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
19+ - uses : zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
2020 with :
2121 advanced-security : false
You can’t perform that action at this time.
0 commit comments