diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 301091e..4e9a4ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: pull-requests: write # Required if the landscape tooling creates or updates pull requests for those generated changes. steps: - name: Harden Runner - uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0 + uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0 with: egress-policy: audit - uses: jmertic/lfx-landscape-tools@d34c5300ea55dae32df9fac122a924d2f85fbb87 # 20260415 diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index fae7a82..1f384d1 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -24,7 +24,7 @@ jobs: permissions: pull-requests: write # Required to post a preview link comment on pull requests steps: - - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: LANDSCAPE_URL: 'https://landscape.linuxfoundation.org' DATA_FILE: 'landscape.yml'