Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 8, 2024
1 parent e77ca7e commit 6f8e428
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id-token: write

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
node-version: [18, 19, 20]

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: pnpm/[email protected]
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- run: pnpm run prepublishOnly
working-directory: .

- uses: actions/[email protected].1
- uses: actions/[email protected].0
with:
name: .-Node-${{ matrix.node-version }}-Target
path: ./Target
2 changes: 1 addition & 1 deletion Source/Command/Cloudflare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default async () =>
Environment === "Cloudflare"
) {
Base.add(`
- uses: cloudflare/wrangler-action@v3.7.0
- uses: cloudflare/wrangler-action@v3.8.0
with:
apiToken: \${{ secrets.CF_API_TOKEN }}
accountId: \${{ secrets.CF_ACCOUNT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion Target/Command/Cloudflare.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions Workflow/Cloudflare.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Cloudflare

concurrency:
group: Cloudflare-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
security-events: write

on:
workflow_dispatch:
push:
branches: [$Branch$]
pull_request:
branches: [$Branch$]
workflow_call:

jobs:
Cloudflare:
runs-on: ubuntu-latest

env:
ADBLOCK: true
ASTRO_TELEMETRY_DISABLED: 1
AUTOMATEDLAB_TELEMETRY_OPTOUT: 1
AZURE_CORE_COLLECT_TELEMETRY: 0
CHOOSENIM_NO_ANALYTICS: 1
DIEZ_DO_NOT_TRACK: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT: 1
DO_NOT_TRACK: 1
ET_NO_TELEMETRY: 1
GATSBY_TELEMETRY_DISABLED: 1
GATSBY_TELEMETRY_OPTOUT: 1
GATSBY_TELEMETRY_OPT_OUT: 1
GRIT_TELEMETRY_DISABLED: 1
HASURA_GRAPHQL_ENABLE_TELEMETRY: false
HINT_TELEMETRY: off
HOMEBREW_NO_ANALYTICS: 1
INFLUXD_REPORTING_DISABLED: true
ITERATIVE_DO_NOT_TRACK: 1
NEXT_TELEMETRY_DEBUG: 1
NEXT_TELEMETRY_DISABLED: 1
NG_CLI_ANALYTICS: false
NUXT_TELEMETRY_DISABLED: 1
PIN_DO_NOT_TRACK: 1
POWERSHELL_TELEMETRY_OPTOUT: 1
SAM_CLI_TELEMETRY: 0
STNOUPGRADE: 1
STRIPE_CLI_TELEMETRY_OPTOUT: 1
TELEMETRY_DISABLED: 1
TERRAFORM_TELEMETRY: 0
VCPKG_DISABLE_METRICS: 1

steps:
- uses: actions/[email protected]
2 changes: 1 addition & 1 deletion Workflow/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1

- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion Workflow/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
node-version: [18, 19, 20]

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1

- uses: pnpm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion Workflow/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
toolchain: ["stable", "nightly"]

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1

- uses: actions-rs/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion Workflow/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
node-version: [18]

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.1

- uses: github/codeql-action/[email protected]
with:
Expand Down

0 comments on commit 6f8e428

Please sign in to comment.