Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: aquaproj/aqua-installer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/add-to-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent df758ae commit e73684b
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-update-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Set up Go
uses: actions/setup-go@v5
Expand All @@ -22,7 +22,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Install aqua tools
uses: aquaproj/[email protected].0
uses: aquaproj/[email protected].1
with:
aqua_version: v1.25.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout main
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
fetch-depth: 0
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout main
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
fetch-depth: 0
persist-credentials: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
fetch-depth: 0
- name: Install Helm
Expand All @@ -37,7 +37,7 @@ jobs:
id: lint
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992
- name: Setup Kubernetes cluster (KIND)
uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde
with:
version: ${{ env.KIND_VERSION }}
image: ${{ env.KIND_IMAGE }}
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
fetch-depth: 0
- name: Install chart-releaser
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
fetch-depth: 0

Expand All @@ -35,7 +35,7 @@ jobs:
sudo apt-get -y install rpm reprepro createrepo-c distro-info
- name: Checkout trivy-repo
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
repository: ${{ github.repository_owner }}/trivy-repo
path: trivy-repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
password: ${{ secrets.ECR_SECRET_ACCESS_KEY }}

- name: Checkout code
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/roadmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# 'kind/feature' AND 'priority/backlog' labels -> 'Backlog' column
- uses: actions/[email protected].0 # add new issue to project
- uses: actions/[email protected].1 # add new issue to project
with:
project-url: https://github.com/orgs/aquasecurity/projects/25
github-token: ${{ secrets.ORG_PROJECT_TOKEN }}
Expand All @@ -28,7 +28,7 @@ jobs:
field-values: Backlog

# 'kind/feature' AND 'priority/important-longterm' labels -> 'Important (long-term)' column
- uses: actions/[email protected].0 # add new issue to project
- uses: actions/[email protected].1 # add new issue to project
with:
project-url: https://github.com/orgs/aquasecurity/projects/25
github-token: ${{ secrets.ORG_PROJECT_TOKEN }}
Expand All @@ -45,7 +45,7 @@ jobs:
field-values: Important (long-term)

# 'kind/feature' AND 'priority/important-soon' labels -> 'Important (soon)' column
- uses: actions/[email protected].0 # add new issue to project
- uses: actions/[email protected].1 # add new issue to project
with:
project-url: https://github.com/orgs/aquasecurity/projects/25
github-token: ${{ secrets.ORG_PROJECT_TOKEN }}
Expand All @@ -62,7 +62,7 @@ jobs:
field-values: Important (soon)

# 'kind/feature' AND 'priority/critical-urgent' labels -> 'Urgent' column
- uses: actions/[email protected].0 # add new issue to project
- uses: actions/[email protected].1 # add new issue to project
with:
project-url: https://github.com/orgs/aquasecurity/projects/25
github-token: ${{ secrets.ORG_PROJECT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Run Trivy vulnerability scanner and create GitHub issues
uses: knqyf263/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
fetch-depth: 0
persist-credentials: true
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
remove-haskell: "true"
if: matrix.operating-system == 'ubuntu-latest'

- uses: actions/[email protected].4
- uses: actions/[email protected].6

- name: Set up Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
if: ${{ failure() && steps.lint.conclusion == 'failure' }}

- name: Install tools
uses: aquaproj/[email protected].0
uses: aquaproj/[email protected].1
with:
aqua_version: v1.25.0
aqua_opts: ""
Expand All @@ -79,15 +79,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

- name: Install tools
uses: aquaproj/[email protected].0
uses: aquaproj/[email protected].1
with:
aqua_version: v1.25.0

Expand All @@ -108,15 +108,15 @@ jobs:
remove-haskell: "true"

- name: Check out code into the Go module directory
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

- name: Install tools
uses: aquaproj/[email protected].0
uses: aquaproj/[email protected].1
with:
aqua_version: v1.25.0

Expand All @@ -128,15 +128,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

- name: Install tools
uses: aquaproj/[email protected].0
uses: aquaproj/[email protected].1
with:
aqua_version: v1.25.0

Expand All @@ -159,14 +159,14 @@ jobs:
remove-haskell: 'true'

- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Install tools
uses: aquaproj/[email protected].0
uses: aquaproj/[email protected].1
with:
aqua_version: v1.25.0
- name: Run vm integration tests
Expand All @@ -193,7 +193,7 @@ jobs:
if: matrix.operating-system == 'ubuntu-latest'

- name: Checkout
uses: actions/[email protected].4
uses: actions/[email protected].6

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit e73684b

Please sign in to comment.