diff --git a/.github/workflows/publish-bundle.yaml b/.github/workflows/publish-bundle.yaml index d105bbd1..8974024f 100644 --- a/.github/workflows/publish-bundle.yaml +++ b/.github/workflows/publish-bundle.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: token: ${{ secrets.PAT }} repository: ${{ github.repository }} @@ -23,14 +23,14 @@ jobs: uses: ./.github/actions/setup - name: Login to Registry1 - uses: docker/login-action@v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 with: registry: registry1.dso.mil username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }} - name: Init zarf cache - uses: actions/cache@v3 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: path: "~/.zarf-cache" key: zarf-cache @@ -46,7 +46,7 @@ jobs: df -h - name: Login to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 8d29b8a1..23ea78b3 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Create Release Tag id: tag - uses: google-github-actions/release-please-action@v3 + uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4 with: command: manifest # use configs in release-please-config.json - id: release-flag diff --git a/bundles/uds-core-swf/uds-bundle.yaml b/bundles/uds-core-swf/uds-bundle.yaml index 54c6ab81..6a0b1fd6 100644 --- a/bundles/uds-core-swf/uds-bundle.yaml +++ b/bundles/uds-core-swf/uds-bundle.yaml @@ -251,7 +251,7 @@ packages: # Gitlab - name: gitlab-redis repository: ghcr.io/defenseunicorns/packages/uds/dev-redis - ref: 0.0.1 + ref: 0.0.2 - name: gitlab-redis-secret path: ../../build