diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index a7192aac..a639539b 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -15,10 +15,10 @@ jobs: runs-on: ubuntu-latest name: Testing steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 24 + node-version: 24.18.0 - name: Install dependencies run: | npm install @@ -29,10 +29,10 @@ jobs: runs-on: ubuntu-latest name: Linting steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 24 + node-version: 24.18.0 - name: Install dependencies run: | npm install @@ -44,10 +44,10 @@ jobs: runs-on: ubuntu-latest name: Build steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: 24 + node-version: 24.18.0 - name: Install dependencies run: | npm install diff --git a/dump-logs/action.yml b/dump-logs/action.yml index 13c36a5b..30feede9 100644 --- a/dump-logs/action.yml +++ b/dump-logs/action.yml @@ -40,7 +40,7 @@ runs: exit 0 shell: bash - name: Dump charmcraft logs - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: charmcraft-logs path: ~/.local/state/charmcraft/log/*.log diff --git a/get-charm-paths/action.yml b/get-charm-paths/action.yml index 523e730a..d4e259c4 100644 --- a/get-charm-paths/action.yml +++ b/get-charm-paths/action.yml @@ -7,7 +7,7 @@ outputs: runs: using: 'composite' steps: - - uses: 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11' # v4 + - uses: 'actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5' # v4 - name: 'Get paths for all charms in repo' id: get-charm-paths shell: bash