diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 333bd93..ab4fe27 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 @@ -63,7 +63,7 @@ jobs: artifacts: name: Artifacts - uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@6.1.0 + uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@6.2.1 with: version: "latest" publish: ${{ github.event_name == 'push' }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0975604..db382e0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ permissions: jobs: artifacts: name: Artifacts - uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@6.1.0 + uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@6.2.1 with: version: ${{ github.ref_name }} publish: true