diff --git a/.github/workflows/charms_integration.yaml b/.github/workflows/charms_integration.yaml index c47af5ed..cc2ada19 100644 --- a/.github/workflows/charms_integration.yaml +++ b/.github/workflows/charms_integration.yaml @@ -8,7 +8,7 @@ on: jobs: integration-test: - uses: canonical/charm-ci/.github/workflows/integration-test.yml@0eef5b8cbef3ee74907850f790cab64bcf0499e5 # v1.0.0 + uses: canonical/charm-ci/.github/workflows/integration-test.yml@58ae6614a3b143d4e57eff0fd1770e97d8c30fab # v1.0.1 secrets: inherit permissions: contents: read diff --git a/.github/workflows/publish_charms.yml b/.github/workflows/publish_charms.yml index c6693804..c312d786 100644 --- a/.github/workflows/publish_charms.yml +++ b/.github/workflows/publish_charms.yml @@ -10,7 +10,7 @@ on: jobs: publish: - uses: canonical/charm-ci/.github/workflows/publish-artifacts.yml@0eef5b8cbef3ee74907850f790cab64bcf0499e5 # v1.0.0 + uses: canonical/charm-ci/.github/workflows/publish-artifacts.yml@58ae6614a3b143d4e57eff0fd1770e97d8c30fab # v1.0.1 permissions: actions: read contents: write