diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index e9aed01c..160b8ab9 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -24,8 +24,8 @@ jobs: - name: Install commitlint run: | - npm install --save-dev @commitlint/config-conventional@19.0.3 - npm install --save-dev @commitlint/cli@19.0.3 + npm install --save-dev @commitlint/config-conventional@19.1.0 + npm install --save-dev @commitlint/cli@19.1.0 - name: Lint PR title env: diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 48cd5187..4d9e568b 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Create release tag id: tag - uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4 + uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4 with: command: manifest # use configs in release-please-config.json - id: release-flag @@ -42,10 +42,10 @@ jobs: - name: Install UDS CLI shell: bash # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: brew install defenseunicorns/tap/uds@0.9.2 + run: brew install defenseunicorns/tap/uds@0.9.3 - name: "Login to GHCR" - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 with: registry: ghcr.io username: dummy diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 909dbb38..139542da 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@fc12e3a773580020a1d63e254525eab0f8b99fc8 + uses: defenseunicorns/uds-common/.github/actions/setup@442bae718050ea9a47254851a45632aabeb13b17 - name: Test building the docker image run: uds run dev-build