Skip to content

build(deps): bump marocchino/sticky-pull-request-comment from 3.0.4 to 3.0.5 in the gh-actions group #180

build(deps): bump marocchino/sticky-pull-request-comment from 3.0.4 to 3.0.5 in the gh-actions group

build(deps): bump marocchino/sticky-pull-request-comment from 3.0.4 to 3.0.5 in the gh-actions group #180

Workflow file for this run

name: Dependency Audit
on:
push:
branches:
- main
pull_request:
paths-ignore:
- '**.md'
permissions:
contents: read
jobs:
audit:
name: Continuous Integration
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Setup Bun
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
with:
bun-version: "1.3.6"
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Audit dependencies
run: bun audit