diff --git a/.github/workflows/Comment-on-PR.yml b/.github/workflows/Comment-on-PR.yml index 7261c63..933d65f 100644 --- a/.github/workflows/Comment-on-PR.yml +++ b/.github/workflows/Comment-on-PR.yml @@ -12,7 +12,7 @@ jobs: name: PR comment steps: - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Comment on PR uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1 diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index 00dae84..abaaa4b 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -22,7 +22,7 @@ jobs: python-version: [3.9, 3.14] # oldest supported and latest tested steps: - name: Check out repo - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1 with: python-version: ${{ matrix.python-version }} @@ -37,7 +37,7 @@ jobs: python-version: [3.9, '3.10', 3.11, 3.12, 3.13, 3.14, 3.14t] steps: - name: Check out repo - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Python id: setup-python uses: ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1 diff --git a/.github/workflows/Publish-Package.yml b/.github/workflows/Publish-Package.yml index a4db249..5772238 100644 --- a/.github/workflows/Publish-Package.yml +++ b/.github/workflows/Publish-Package.yml @@ -40,7 +40,7 @@ jobs: needs: [check_package] steps: - name: Check out repo - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Python uses: ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1 - name: Set up Poetry @@ -89,7 +89,7 @@ jobs: pull-requests: write steps: - name: Check out repo - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Python uses: ni/python-actions/setup-python@aa64e60612cb078b0c2ada666becbd70d4817d55 # v0.7.1 - name: Set up Poetry diff --git a/.github/workflows/Update-Poetry-Lock.yml b/.github/workflows/Update-Poetry-Lock.yml index 6396a64..664c206 100644 --- a/.github/workflows/Update-Poetry-Lock.yml +++ b/.github/workflows/Update-Poetry-Lock.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest needs: org-check steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: main # This is the branch the PR is to be created from persist-credentials: true # make the token that is used the GITHUB_TOKEN, instead of your personal token