diff --git a/.github/workflows/ansible-collection.yaml b/.github/workflows/ansible-collection.yaml index 7f960c7..fc4b95c 100644 --- a/.github/workflows/ansible-collection.yaml +++ b/.github/workflows/ansible-collection.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository and submodules - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: submodules: 'true' diff --git a/.github/workflows/ansible-galaxy-DELETE-role.yaml b/.github/workflows/ansible-galaxy-DELETE-role.yaml index c6bbacc..704bf07 100644 --- a/.github/workflows/ansible-galaxy-DELETE-role.yaml +++ b/.github/workflows/ansible-galaxy-DELETE-role.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the codebase - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Python 3. uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 diff --git a/.github/workflows/ansible-galaxy-role-release.yaml b/.github/workflows/ansible-galaxy-role-release.yaml index 161f167..2c5d10c 100644 --- a/.github/workflows/ansible-galaxy-role-release.yaml +++ b/.github/workflows/ansible-galaxy-role-release.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the codebase - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Python 3. uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 diff --git a/.github/workflows/molecule.yaml b/.github/workflows/molecule.yaml index 557d261..11cf4b5 100644 --- a/.github/workflows/molecule.yaml +++ b/.github/workflows/molecule.yaml @@ -24,7 +24,7 @@ jobs: name: Ansible Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Run ansible-lint uses: ansible/ansible-lint@5fac056c45595896c973fbde871f01f6cb14d74c # v26.4.0 test: @@ -39,7 +39,7 @@ jobs: distro: ${{ fromJSON(inputs.distros) }} steps: - name: checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: path: "${{ github.repository }}" diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 44605ef..8847cd8 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -14,7 +14,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 - name: Run go-semantic-release