Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/automatic-pr-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-old-docker-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 || '*' }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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' }}
Expand All @@ -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 }}
Expand All @@ -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
6 changes: 3 additions & 3 deletions .github/workflows/maas---build-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/pr-assigner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/pr-conventional-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/super-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validation-image---build-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading