File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ jobs:
4848 pypi.org:443
4949 - name : Generate App Token
5050 id : token_generator
51- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
51+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
5252 with :
5353 app-id : ${{ secrets.BIRDHOUSE_HELPER_BOT_ID }}
5454 private-key : ${{ secrets.BIRDHOUSE_HELPER_BOT_KEY }}
5555 - name : Checkout Repository
56- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5757 with :
5858 token : ${{ steps.token_generator.outputs.token }}
5959 persist-credentials : false
Original file line number Diff line number Diff line change 3333 pypi.org:443
3434 registry-1.docker.io:443
3535 - name : Checkout Repository
36- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737 - name : Set up Docker Buildx
3838 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
3939 - name : Build Docker image (no push)
Original file line number Diff line number Diff line change 2424 with :
2525 egress-policy : audit
2626 - name : Checkout Repository
27- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828 with :
2929 persist-credentials : false
3030 - name : Set up Python${{ matrix.python-version }}
5757 with :
5858 egress-policy : audit
5959 - name : Checkout Repository
60- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
60+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6161 with :
6262 persist-credentials : false
6363 - name : Setup Conda (Micromamba) with Python${{ matrix.python-version }}
Original file line number Diff line number Diff line change 2323 disable-sudo : true
2424 egress-policy : audit
2525 - name : Checkout Repository
26- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727 with :
2828 persist-credentials : false
2929 - name : Set up Python3
Original file line number Diff line number Diff line change 2323 disable-sudo : true
2424 egress-policy : audit
2525 - name : Checkout Repository
26- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727 with :
2828 persist-credentials : false
2929 - name : Set up Python3
You can’t perform that action at this time.
0 commit comments