diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index b62e4c1ee..2192019bf 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -19,7 +19,7 @@ runs: using: "composite" steps: - name: Use Node.js latest - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 20 @@ -36,10 +36,10 @@ runs: run: brew install defenseunicorns/tap/uds@0.12.0 - name: Install Lula - uses: defenseunicorns/lula-action/setup@095636b7880051e11b05f10a582fdd911526161c + uses: defenseunicorns/lula-action/setup@939e0a3d3a5f72321245a040207152dced5238f2 with: # renovate: datasource=github-tags depName=defenseunicorns/lula versioning=semver-coerced - version: v0.4.1 + version: v0.4.3 - name: Iron Bank Login if: ${{ inputs.registry1Username != '' }} @@ -51,7 +51,7 @@ runs: - name: Chainguard Login if: ${{ inputs.chainguardIdentity != '' }} - uses: chainguard-dev/setup-chainctl@fc62b08dfd3179dd694b50f672bc371f878fbd1e # v0.2.1 + uses: chainguard-dev/setup-chainctl@f52718d822dc73d21a04ef2082822c4a203163b3 # v0.2.2 with: identity: ${{ inputs.chainguardIdentity }} diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 21b024bbe..29445f7cd 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 - name: Install commitlint run: | diff --git a/.github/workflows/pull-request-conditionals.yaml b/.github/workflows/pull-request-conditionals.yaml index 4377b52a9..047b30b21 100644 --- a/.github/workflows/pull-request-conditionals.yaml +++ b/.github/workflows/pull-request-conditionals.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Use Node.js latest - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: 20 - name: Set up Homebrew