Skip to content

Commit

Permalink
Bump the github-actions group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 4 updates in the / directory: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools), [docker/login-action](https://github.com/docker/login-action), [docker/bake-action](https://github.com/docker/bake-action) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `Alfresco/alfresco-build-tools` from 5.34.0 to 7.1.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](Alfresco/alfresco-build-tools@v5.34.0...v7.1.0)

Updates `docker/login-action` from 3.1.0 to 3.3.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v3.1.0...9780b0c)

Updates `docker/bake-action` from 5.5.0 to 5.9.0
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@a4d7f0b...64673bc)

Updates `github/codeql-action` from 323f5ef653b88011bf10e9a0a56d70d742463c9a to cf5b0a9041d3c1d336516f1944c96d96598193cc
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@323f5ef...cf5b0a9)

---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 2e11526 commit 9083c1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
permissions:
contents: write
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v6.0.0
- uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v7.1.0
with:
auto-commit: "true"

Expand All @@ -55,7 +55,7 @@ jobs:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v5.34.0
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0

- name: Setup nexus authentication
run: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Bake Docker images
env:
TARGETARCH: linux/amd64,linux/arm64
uses: docker/bake-action@a4d7f0b5b91c14a296d792d4ec53a9db17f02e67 # v5.5.0
uses: docker/bake-action@64673bcfac9f7517fc75e79db735fdb62efe6c55 # v5.9.0
with:
set: |
*.output=type=registry,push=true
Expand All @@ -141,14 +141,14 @@ jobs:
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1

- name: Verify docker-compose
uses: Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v6.0.1
uses: Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-compose@v7.1.0
timeout-minutes: 10
with:
compose_file_path: test/docker-compose.yml
quay_username: ${{ secrets.QUAY_USERNAME }}
quay_password: ${{ secrets.QUAY_PASSWORD }}

- uses: Alfresco/alfresco-build-tools/.github/actions/docker-dump-containers-logs@v6.0.0
- uses: Alfresco/alfresco-build-tools/.github/actions/docker-dump-containers-logs@v7.1.0


helm-test:
Expand All @@ -161,7 +161,7 @@ jobs:
runs-on: ${{ matrix.arch == 'arm64' && 'alfrescoARM-ubuntu2404-16G-4CPU' || 'alfrescoPub-ubuntu2204-16G-4CPU' }}
steps:
- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.35.0
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v7.1.0
with:
ingress-nginx-ref: controller-v1.8.2
metrics: "true"
Expand All @@ -174,7 +174,7 @@ jobs:
version: "3.15.2"

- name: Login to Quay.io
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
disable_secrets: true
- name: Upload SARIF file # Remove 'if' statement after making repo public; also add 'output_formats: 'sarif'' to the KICS action
if: false
uses: github/codeql-action/upload-sarif@323f5ef653b88011bf10e9a0a56d70d742463c9a # v3.26.8
uses: github/codeql-action/upload-sarif@cf5b0a9041d3c1d336516f1944c96d96598193cc # v3.26.8
with:
sarif_file: report-dir/results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
make-test:
runs-on: ubuntu-latest
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v5.34.0
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0

- name: Setup nexus authentication
run: |
Expand Down

0 comments on commit 9083c1e

Please sign in to comment.