Skip to content

Bump actions/upload-artifact from 3.1.2 to 3.1.3 #640

Bump actions/upload-artifact from 3.1.2 to 3.1.3

Bump actions/upload-artifact from 3.1.2 to 3.1.3 #640

Workflow file for this run

name: Spell Check
on:
push:
branches:
- "main"
pull_request:
# Declare default permissions as read only.
permissions: read-all
jobs:
run:
permissions:
contents: read # for actions/checkout to fetch code
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09
with:
egress-policy: block
allowed-endpoints: >
github.com:443
objects.githubusercontent.com:443
env:
USER: runner
- name: Checkout Actions Repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v2
- name: Check spelling
uses: crate-ci/typos@0863e64406a6d8f990ba7a1dd8f5a4683dd61194 # master
with:
config: ${{github.workspace}}/_typos.toml