Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/_build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cache-from: ${{ steps.cache-from.outputs.LAST_PRS }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

- name: Get last merged PR
id: cache-from
Expand All @@ -68,7 +68,7 @@ jobs:
echo "EOF" >> $GITHUB_OUTPUT

build:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_container.yml@v0.55.0
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_container.yml@d7f020b83b60462b762eca9c24403e976dc549f2 # v0.55.0
needs: [pre-flight]
with:
image-name: ${{ inputs.image-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ on:

jobs:
build-docs:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_docs.yml@v0.55.0
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_docs.yml@d7f020b83b60462b762eca9c24403e976dc549f2 # v0.55.0
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defaults:

jobs:
build-test-publish-wheel:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@v0.55.0
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_test_publish_wheel.yml@d7f020b83b60462b762eca9c24403e976dc549f2 # v0.55.0
if: ${{ vars.BUILD_TEST_PUBLISH_WHEEL == 'true' }}
with:
dry-run: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cherry-pick-release-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

jobs:
cherry-pick:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cherry_pick.yml@v0.63.0
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cherry_pick.yml@8ebb3aec4c246c944a25adc7b09107cbd6a76976 # v0.63.0
secrets:
PAT: ${{ secrets.PAT }}
SLACK_WEBHOOK_ADMIN: ${{ secrets.SLACK_WEBHOOK_ADMIN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-inactive-issue-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v6
- uses: actions/stale@5ebf00ea0e4c1561e9b43a292ed34424fb1d4578 # v6
with:
operations-per-run: 100
days-before-issue-stale: 30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
submodules: 'recursive'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copyright-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ on:

jobs:
copyright-check:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_copyright_check.yml@v0.55.0
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_copyright_check.yml@d7f020b83b60462b762eca9c24403e976dc549f2 # v0.55.0
2 changes: 1 addition & 1 deletion .github/workflows/release-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
default: true
jobs:
code-freeze:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_code_freeze.yml@v0.55.0
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_code_freeze.yml@d7f020b83b60462b762eca9c24403e976dc549f2 # v0.55.0
with:
library-name: NeMo-Gym
python-package: nemo_gym
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:

jobs:
release:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.55.0
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@d7f020b83b60462b762eca9c24403e976dc549f2 # v0.55.0
with:
release-ref: ${{ inputs.release-ref }}
python-package: nemo_gym
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secrets-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ on:

jobs:
secrets-detector:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_secrets-detector.yml@v0.65.13
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_secrets-detector.yml@845ca1e302e9592b067c7696e372fa63fd1b8b6f # v0.65.13
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
submodules: 'recursive'

Expand Down
Loading