Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-actions group with 4 updates #1280

Merged
merged 2 commits into from
Jan 27, 2025
Merged
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
17 changes: 6 additions & 11 deletions .github/workflows/bumpVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ on:
default: master

env:
UPDATE_CLI_VERSION: v0.84.1
DEFAULT_BRANCH_NAME: master

jobs:
Expand All @@ -44,17 +43,15 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Install Updatecli
uses: updatecli/updatecli-action@304d62420deffb7c824c9cad12942906e16e4352 # v2.76.0
with:
version: ${{ env.UPDATE_CLI_VERSION }}
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]

- run: updatecli apply
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v8.9.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v8.12.0
- name: Regenerate helm docs if necessary
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.9.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.12.0
with:
pre-commit-args: helm-docs || true
skip_checkout: "true"
Expand All @@ -81,9 +78,7 @@ jobs:
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- name: Install Updatecli
uses: updatecli/updatecli-action@304d62420deffb7c824c9cad12942906e16e4352 # v2.76.0
with:
version: ${{ env.UPDATE_CLI_VERSION }}
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]

- name: Checkout updatecli configs
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand All @@ -106,9 +101,9 @@ jobs:
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
UPDATECLI_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v8.9.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v8.12.0
- name: Regenerate helm docs if necessary
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.9.0
uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.12.0
with:
pre-commit-args: helm-docs || true
skip_checkout: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v8.9.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v8.12.0
with:
compose_file_path: docker-compose/community-compose.yaml
postman_path: test/postman/docker-compose
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-compose-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Verify docker-compose
uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v8.9.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v8.12.0
timeout-minutes: 10
with:
postman_path: test/postman/docker-compose
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.11.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.12.0
with:
ingress-nginx-ref: controller-v1.8.2
import-docker-credentials-secret-name: ${{ env.REGISTRY_SECRET_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.11.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v8.12.0
with:
ingress-nginx-ref: controller-v1.8.2
metrics: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Publish chart
uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v8.9.0
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/publish-chart@v8.12.0
with:
chart_name: alfresco-content-services
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/helm-static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v8.9.0
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v8.12.0
with:
chart-dir: helm/${{ matrix.charts.name }}
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v8.9.0
Alfresco/alfresco-build-tools/.github/actions/helm-plugin@v8.12.0
with:
plugin_url: https://github.com/helm-unittest/helm-unittest
- name: Run Helm unit tests if present
Expand All @@ -63,11 +63,11 @@ jobs:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v8.9.0
Alfresco/alfresco-build-tools/.github/actions/helm-build-chart@v8.12.0
with:
chart-dir: helm/${{ matrix.charts.name }}
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v8.9.0
Alfresco/alfresco-build-tools/.github/actions/helm-template-yamllint@v8.12.0
with:
chart-dir: helm/${{ matrix.charts.name }}
helm-options: >-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: run kics Scan
uses: checkmarx/kics-github-action@94469746ec2c43de89a42fb9d2a80070f5d25b16 # v2.1.3
uses: checkmarx/kics-github-action@5a6152ef88416063435cebadfec9de28bcfd041d # v2.1.4
with:
path: 'docker-compose,helm'
ignore_on_exit: results
Expand All @@ -35,6 +35,6 @@ jobs:
disable_secrets: true
config_path: .github/kics.yml
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
with:
sarif_file: report-dir/results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.9.0
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.12.0
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v8.9.0
- uses: Alfresco/alfresco-build-tools/.github/actions/setup-helm-docs@v8.12.0
- name: Add dependency chart repos
run: |
for repo in $(yq eval-all \
Expand Down
Loading