Skip to content

Invalidate Ephemeral Storage origin key on page reload. #15622

Invalidate Ephemeral Storage origin key on page reload.

Invalidate Ephemeral Storage origin key on page reload. #15622

Workflow file for this run

name: security
on:
workflow_dispatch:
push:
branches: [master]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [master]
jobs:
security:
name: security
runs-on: ubuntu-latest
strategy:
fail-fast: false
# CodeQL analyzed languages
matrix:
language: [ 'generic', 'javascript', 'python' ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: brave/security-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
slack_token: ${{ secrets.HOTSPOTS_SLACK_TOKEN }} # optional
codeql_config: ./.github/codeql/codeql-config.yml
assignees: |
fmarier
thypon