Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/backport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ steps.github-app-token.outputs.token }}
- name: Create backport PRs
uses: korthout/backport-action@ad30f01dbe543be4a24431001c38f3617af8c745 # v4.4.0
uses: korthout/backport-action@7c3f6cd5843cac11bc59a04a1b7699af93261670 # v4.5.0
# xref: https://github.com/korthout/backport-action#inputs
with:
# Use token to allow workflows to be triggered for the created PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-greenhousectl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: cleanup autogenerated files
run: git checkout .
- name: release
uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
with:
distribution: goreleaser
version: ${{ vars.GITHUB_SHA }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
cleanup:
uses: cloudoperators/common/.github/workflows/shared-ghcr-cleanup.yaml@17d3d6b80851574fcd8c7b6e5c4fe6aee2922359 # main
uses: cloudoperators/common/.github/workflows/shared-ghcr-cleanup.yaml@d138f9922c75ed1e1ad3ae3bfb68dd8ae3284dc6 # main
with:
package: greenhouse,greenhouse/charts/greenhouse
dry-run: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-test-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: "E2E"
id: e2e
continue-on-error: true
uses: cloudoperators/common/workflows/e2e@17d3d6b80851574fcd8c7b6e5c4fe6aee2922359 # main
uses: cloudoperators/common/workflows/e2e@d138f9922c75ed1e1ad3ae3bfb68dd8ae3284dc6 # main
env:
RUNTIME_ENV: "CI"
GH_APP_ID: ${{ secrets.CLOUDOPERATOR_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: "E2E"
id: e2e
continue-on-error: true
uses: cloudoperators/common/workflows/e2e@17d3d6b80851574fcd8c7b6e5c4fe6aee2922359 # main
uses: cloudoperators/common/workflows/e2e@d138f9922c75ed1e1ad3ae3bfb68dd8ae3284dc6 # main
env:
RUNTIME_ENV: "CI"
GH_APP_ID: ${{ secrets.CLOUDOPERATOR_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version-file: 'go.mod'
token: ${{ secrets.GITHUB_TOKEN }}
- name: release
uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
with:
distribution: goreleaser
version: ${{ vars.GITHUB_SHA }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on: [pull_request]

jobs:
reuse:
uses: cloudoperators/common/.github/workflows/shared-reuse.yaml@17d3d6b80851574fcd8c7b6e5c4fe6aee2922359 # main
uses: cloudoperators/common/.github/workflows/shared-reuse.yaml@d138f9922c75ed1e1ad3ae3bfb68dd8ae3284dc6 # main
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
security-events: write
actions: read
contents: read
uses: cloudoperators/common/.github/workflows/shared-codeql.yaml@17d3d6b80851574fcd8c7b6e5c4fe6aee2922359 # main
uses: cloudoperators/common/.github/workflows/shared-codeql.yaml@d138f9922c75ed1e1ad3ae3bfb68dd8ae3284dc6 # main
with:
runs-on: "['ubuntu-latest']"
language: "['go']"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
if: success()
with:
image-ref: ${{ env.REGISTRY }}/${{ github.repository_owner }}/greenhouse:${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
permissions:
issues: write
pull-requests: write
uses: cloudoperators/common/.github/workflows/shared-stale.yaml@17d3d6b80851574fcd8c7b6e5c4fe6aee2922359 # main
uses: cloudoperators/common/.github/workflows/shared-stale.yaml@d138f9922c75ed1e1ad3ae3bfb68dd8ae3284dc6 # main
Loading