Skip to content

Commit

Permalink
Merge branch 'renovate/jenkins-jenkins-2.x' of https://github.com/yur…
Browse files Browse the repository at this point in the history
…ake/k8s-3tier-webapp into renovate/jenkins-jenkins-2.x
  • Loading branch information
yurake committed Apr 16, 2023
2 parents eb88c9b + d1175aa commit e76f631
Show file tree
Hide file tree
Showing 23 changed files with 35 additions and 35 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-for-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
minikube-version:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: check minikube version
working-directory: ./.github/workflows
run: |
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
kubernetes-version:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: check kubernetes version
working-directory: ./.github/workflows
run: |
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
chaos-mesh-version:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: check current chaos-mesh version
working-directory: ./.github/workflows
run: |
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
quarkus-version:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: check current quarkus version
run: |
echo "SOURCE_VERSION=$(grep "Quarkus Version" README.md | cut -d '-' -f 2)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cis-dockerfile-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Sysdig CIS Dockerfile Benchmark
uses: sysdiglabs/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].2

# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cypress-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- uses: bahmutov/npm-install@v1
with:
working-directory: kubernetes/monitoring/test/cypress
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/devskim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
security-events: write
steps:
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Run DevSkim scanner
uses: microsoft/DevSkim-Action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/[email protected].0
uses: actions/[email protected].2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/dockerfile-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
dockerfile_default:
[mysql, postgres, mongodb, rabbitmq, nginx, cassandra]
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: lint ${{ matrix.dockerfile_default }}
uses: hadolint/[email protected]
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
server-grpc-quarkus,
]
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: lint ${{ matrix.dockerfile_application }}
uses: hadolint/[email protected]
with:
Expand All @@ -73,7 +73,7 @@ jobs:
matrix:
dockerfile_monitoring: [jenkins]
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: lint ${{ matrix.dockerfile_monitoring }}
uses: hadolint/[email protected]
with:
Expand All @@ -86,7 +86,7 @@ jobs:
matrix:
dockerfile_ab: [ab]
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: lint ${{ matrix.dockerfile_ab }}
uses: hadolint/[email protected]
with:
Expand All @@ -96,7 +96,7 @@ jobs:
dockerfile_postmannewman:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: lint ${{ matrix.dockerfile_postmannewman }}
uses: hadolint/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Setup GraalVM
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
fail-fast: false
steps:
- name: Check out Git repository
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Setup GraalVM
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
fail-fast: false
steps:
- name: Check out Git repository
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Setup GraalVM
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/k8s-security-config-watch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
# checkout Master branch
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
ref: master
path: master
# checkout PR branch
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
path: candidate
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kind-chaos-mesh-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ on:
- ".github/workflows/kind-chaos-mesh-ci.yml"

env:
CHAOS_MESH_VERSION: 2.5.1
CHAOS_MESH_VERSION: 2.5.2

jobs:
chaos-mesh-ci:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Kind Cluster
uses: helm/[email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-quarkus-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Kind Cluster
uses: helm/[email protected]
- name: apply minimal service
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-yaml-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Kind Cluster
uses: helm/[email protected]
- name: apply all service
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-quarkus-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: delete installed software not use
run: |
df -h /
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-security-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: start minikube
uses: medyagh/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-stress-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
steps:
- name: checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: start minikube
uses: medyagh/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minikube-yaml-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: start minikube
uses: medyagh/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
server-grpc-quarkus,
]
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shell-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Run shellcheck
uses: ludeeus/[email protected]
- name: Run sh-checker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/iac@806182742461562b67788a64410098c9d9b96adb
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaml-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: validate yaml manifests
uses: instrumenta/kubeval-action@master
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Sample web application based on k8s. Focus on connecting components, setting k8s
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2844382aa110487e94bba8369267476e)](https://www.codacy.com/gh/yurake/k8s-3tier-webapp/dashboard?utm_source=github.com\&utm_medium=referral\&utm_content=yurake/k8s-3tier-webapp\&utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/2844382aa110487e94bba8369267476e)](https://www.codacy.com/gh/yurake/k8s-3tier-webapp/dashboard?utm_source=github.com\&utm_medium=referral\&utm_content=yurake/k8s-3tier-webapp\&utm_campaign=Badge_Coverage)
[![CodeFactor](https://www.codefactor.io/repository/github/yurake/k8s-3tier-webapp/badge)](https://www.codefactor.io/repository/github/yurake/k8s-3tier-webapp) [![Maintainability](https://api.codeclimate.com/v1/badges/64a1de96c5eb777b9db1/maintainability)](https://codeclimate.com/github/yurake/k8s-3tier-webapp/maintainability)
[![codebeat badge](https://codebeat.co/badges/e0bfc464-3370-467d-910f-ade9d83265b1)](https://codebeat.co/projects/github-com-yurake-k8s-3tier-webapp-master)
[![codebeat badge](https://codebeat.co/badges/e0bfc464-3370-467d-910f-ade9d832.5.2)](https://codebeat.co/projects/github-com-yurake-k8s-3tier-webapp-master)
[![codecov](https://codecov.io/gh/yurake/k8s-3tier-webapp/branch/master/graph/badge.svg)](https://codecov.io/gh/yurake/k8s-3tier-webapp)
[![Codiga Code Quality Score](https://api.codiga.io/project/34687/score/svg)](https://app.codiga.io)
[![Codiga Code Grade](https://api.codiga.io/project/34687/status/svg)](https://app.codiga.io)
Expand All @@ -41,7 +41,7 @@ Sample web application based on k8s. Focus on connecting components, setting k8s
[![Support Quarkus Version](https://img.shields.io/badge/Quarkus-2.16.6-yellow.svg?style=flat\&logo=Quarkus)](https://github.com/yurake/k8s-3tier-webapp/actions?query=workflow%3A%22Java+CI%22)
[![Support Kubernetes Version](https://img.shields.io/badge/Kubernetes-1.27.0-yellow.svg?style=flat\&logo=Kubernetes)](https://github.com/yurake/k8s-3tier-webapp/actions?query=workflow%3A%22Minikube+CI%22)
[![Support Minikube Version](https://img.shields.io/badge/Minikube-1.30.1-yellow.svg?style=flat\&logo=Kubernetes)](https://github.com/yurake/k8s-3tier-webapp/actions?query=workflow%3A%22Minikube+CI%22)
[![Support kind Version](https://img.shields.io/badge/kind-2.5.1-yellow.svg?style=flat\&logo=Kubernetes)](https://github.com/yurake/k8s-3tier-webapp/actions?query=workflow%3A%22kind+CI%22)
[![Support kind Version](https://img.shields.io/badge/kind-2.5.2-yellow.svg?style=flat\&logo=Kubernetes)](https://github.com/yurake/k8s-3tier-webapp/actions?query=workflow%3A%22kind+CI%22)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE/)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fyurake%2Fk8s-3tier-webapp.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fyurake%2Fk8s-3tier-webapp?ref=badge_shield)

Expand Down

0 comments on commit e76f631

Please sign in to comment.