diff --git a/Dockerfile b/Dockerfile index 9e89b6372203..28a024c94fad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # -------------------------------------------------------------------------------- # To update the sha, run `docker pull node:$VERSION-alpine` # look for something like: `Digest: sha256:0123456789abcdef` -FROM node:18-alpine@sha256:58878e9e1ed3911bdd675d576331ed8838fc851607aed3bb91e25dfaffab3267 as base +FROM node:18-alpine@sha256:3482a20c97e401b56ac50ba8920cc7b5b2022bfc6aa7d4e4c231755770cf892f as base # This directory is owned by the node user ARG APP_HOME=/home/node/app diff --git a/data/features/secret-scanning-backfills-historical-issues.yml b/data/features/secret-scanning-backfills-historical-issues.yml index 5d0a7f2f7329..706fcd32e23b 100644 --- a/data/features/secret-scanning-backfills-historical-issues.yml +++ b/data/features/secret-scanning-backfills-historical-issues.yml @@ -2,4 +2,4 @@ # Documentation for secret scanning detects secrets in historical issues content. versions: ghec: '*' - ghes: '>=3.9' + ghes: '>=3.11' diff --git a/data/features/secret-scanning-issue-body-comments.yml b/data/features/secret-scanning-issue-body-comments.yml index 9294825d647e..b9a48fa0aa9c 100644 --- a/data/features/secret-scanning-issue-body-comments.yml +++ b/data/features/secret-scanning-issue-body-comments.yml @@ -2,5 +2,4 @@ # Secret scanning: Scan Issues body and comments versions: ghec: '*' - ghes: '>3.8' - ghae: '>3.8' + ghes: '>=3.11'