diff --git a/.github/workflows/automatic-pr-labeler.yaml b/.github/workflows/automatic-pr-labeler.yaml index 03ef489..f322df2 100644 --- a/.github/workflows/automatic-pr-labeler.yaml +++ b/.github/workflows/automatic-pr-labeler.yaml @@ -24,7 +24,7 @@ jobs: if: (github.event.pull_request.merged == false) && (github.event.pull_request.user.login != 'dependabot[bot]') && (github.event.pull_request.user.login != 'github-actions[bot]') runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false diff --git a/.github/workflows/cleanup-old-docker-container.yml b/.github/workflows/cleanup-old-docker-container.yml index 950cd79..7cb41c5 100644 --- a/.github/workflows/cleanup-old-docker-container.yml +++ b/.github/workflows/cleanup-old-docker-container.yml @@ -43,7 +43,7 @@ jobs: echo "**Dry-run**: ${{ github.event.inputs.dry-run || 'false' }}" echo "**Debug**: ${{ github.event.inputs.debug || 'false' }}" - name: Run Container Package Cleanup Action - uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@v2.0.4 + uses: netcracker/qubership-workflow-hub/actions/container-package-cleanup@v2.0.6 with: threshold-days: ${{ github.event.inputs.threshold-days || 8 }} included-tags: ${{ github.event.inputs.included-tags || '*' }} diff --git a/.github/workflows/docker-release.yaml b/.github/workflows/docker-release.yaml index 547cd43..308dc7a 100644 --- a/.github/workflows/docker-release.yaml +++ b/.github/workflows/docker-release.yaml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create Tag - uses: netcracker/qubership-workflow-hub/actions/tag-action@v1.0.6 + uses: netcracker/qubership-workflow-hub/actions/tag-action@v1.0.7 with: ref: ${{ github.ref }} tag-name: v${{ github.event.inputs.version }} @@ -44,7 +44,7 @@ jobs: docker-build-publish: needs: create-tag - uses: netcracker/qubership-workflow-hub/.github/workflows/docker-publish.yml@v1.0.6 + uses: netcracker/qubership-workflow-hub/.github/workflows/docker-publish.yml@v1.0.7 with: ref: v${{ inputs.version }} dry-run: ${{ github.event.inputs.dry-run == 'true' }} @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete Tag - uses: netcracker/qubership-workflow-hub/actions/tag-action@v1.0.6 + uses: netcracker/qubership-workflow-hub/actions/tag-action@v1.0.7 with: ref: ${{ github.ref }} tag-name: v${{ github.event.inputs.version }} @@ -79,7 +79,7 @@ jobs: github-release: needs: docker-build-publish if: ${{ github.event.inputs.dry-run == 'false' }} - uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@v1.0.6 + uses: netcracker/qubership-workflow-hub/.github/workflows/release-drafter.yml@v1.0.7 with: version: ${{ github.event.inputs.version }} publish: false diff --git a/.github/workflows/maas---build-on-push.yaml b/.github/workflows/maas---build-on-push.yaml index dc99692..3384004 100644 --- a/.github/workflows/maas---build-on-push.yaml +++ b/.github/workflows/maas---build-on-push.yaml @@ -13,7 +13,7 @@ on: jobs: build: - uses: netcracker/qubership-core-infra/.github/workflows/go-build-with-sonar.yaml@v1.0.9 + uses: netcracker/qubership-core-infra/.github/workflows/go-build-with-sonar.yaml@v1.3.1 with: actor: ${{ github.actor }} sonar-project-key: ${{ vars.SONAR_PROJECT_KEY }} @@ -22,14 +22,14 @@ jobs: sonar-token: ${{ secrets.SONAR_TOKEN }} integration-tests: - uses: netcracker/qubership-core-infra/.github/workflows/maven-build-with-sonar.yaml@v1.0.9 + uses: netcracker/qubership-core-infra/.github/workflows/maven-build-with-sonar.yaml@v1.3.1 with: event-name: ${{ github.event_name }} actor: ${{ github.actor }} docker-build: needs: [build, integration-tests] - uses: netcracker/qubership-core-infra/.github/workflows/docker-build.yaml@v1.0.9 + uses: netcracker/qubership-core-infra/.github/workflows/docker-build.yaml@v1.3.1 with: dry-run: false config-filename: "maas---docker-dev-config.json" diff --git a/.github/workflows/pr-assigner.yml b/.github/workflows/pr-assigner.yml index 66965ff..a47908c 100644 --- a/.github/workflows/pr-assigner.yml +++ b/.github/workflows/pr-assigner.yml @@ -26,6 +26,6 @@ jobs: with: persist-credentials: false - - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@b575bad3a0959c4e883bc34f9d055ff07fde2dbd #2.0.1 + - uses: netcracker/qubership-workflow-hub/actions/pr-assigner@9538833017019ab6bbc2138d3034778dfe3a5d1f # 2.0.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr-conventional-commits.yaml b/.github/workflows/pr-conventional-commits.yaml index 79dc9e0..84977c2 100644 --- a/.github/workflows/pr-conventional-commits.yaml +++ b/.github/workflows/pr-conventional-commits.yaml @@ -16,7 +16,7 @@ jobs: name: Conventional Commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false diff --git a/.github/workflows/super-linter.yaml b/.github/workflows/super-linter.yaml index 45c179b..886658a 100644 --- a/.github/workflows/super-linter.yaml +++ b/.github/workflows/super-linter.yaml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Get the common linters configuration" - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: ref: main # fix/superlinter-config repository: netcracker/.github @@ -56,7 +56,7 @@ jobs: statuses: write steps: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 @@ -89,7 +89,7 @@ jobs: fi - name: Lint Code Base - uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0 + uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2 env: VALIDATE_ALL_CODEBASE: ${{ inputs.full_scan || false }} # To report GitHub Actions status checks diff --git a/.github/workflows/validation-image---build-on-push.yaml b/.github/workflows/validation-image---build-on-push.yaml index f6a9fab..3240ff8 100644 --- a/.github/workflows/validation-image---build-on-push.yaml +++ b/.github/workflows/validation-image---build-on-push.yaml @@ -11,7 +11,7 @@ on: jobs: docker-build: - uses: netcracker/qubership-core-infra/.github/workflows/docker-build.yaml@v1.0.9 + uses: netcracker/qubership-core-infra/.github/workflows/docker-build.yaml@v1.3.1 with: dry-run: false config-filename: "validation-image---docker-dev-config.json"