diff --git a/.github/workflows/next-container-build.yaml b/.github/workflows/next-container-build.yaml index 39a95f0f1..508db5ff1 100644 --- a/.github/workflows/next-container-build.yaml +++ b/.github/workflows/next-container-build.yaml @@ -32,7 +32,7 @@ jobs: # check changes in this commit for regex include and exclude matches - name: Get changed files id: changed-files - uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1 with: files: | .github/workflows/next-container-build.yaml diff --git a/.github/workflows/pr-container-build.yaml b/.github/workflows/pr-container-build.yaml index 0a783f420..8df7c912a 100644 --- a/.github/workflows/pr-container-build.yaml +++ b/.github/workflows/pr-container-build.yaml @@ -55,7 +55,7 @@ jobs: # check changes in this commit for regex include and exclude matches - name: Get changed files id: changed-files - uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1 with: files: | .github/workflows/pr-container-build.yaml diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index ddfc27c29..ee65431e9 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -37,7 +37,7 @@ jobs: # check changes in this commit for regex include and exclude matches - name: Get changed files id: changed-files - uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 # v47.0.1 with: files: | .github/workflows/pr.yaml diff --git a/.github/workflows/update-rpm-lockfile.yaml b/.github/workflows/update-rpm-lockfile.yaml index 424fb3d2f..2cffa8820 100644 --- a/.github/workflows/update-rpm-lockfile.yaml +++ b/.github/workflows/update-rpm-lockfile.yaml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3.0 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # 4.3.1 with: fetch-depth: 0 @@ -84,7 +84,7 @@ jobs: - name: Create Pull Request id: create-pull-request if: steps.check-lockfile-changes.outputs.changes == 'true' - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: token: ${{ secrets.RHDH_BOT_TOKEN }} commit-message: "chore: update rpms.lock.yaml [skip-build]"