diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index 67533b3..fdc15af 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -10,12 +10,12 @@ jobs: steps: # Important: This sets up your GITHUB_WORKSPACE environment variable - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Lint Ansible Playbook - uses: ansible/ansible-lint@5fac056c45595896c973fbde871f01f6cb14d74c # v26 + uses: ansible/ansible-lint@262624cd0ab22a4221293216856c59671ce7aa5e # v26 # Let's point it to the path with: working_directory: "ansible/" diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b4c5cbc..08f85ee 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -31,13 +31,13 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 - name: Setup helm - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: version: 'v3.13.2' id: install diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 44f5fc3..1338141 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false # Full git history is needed to get a proper list of changed files within `super-linter`