Skip to content

Commit

Permalink
updated: exclusions, inclusions and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Mar 23, 2024
1 parent 0a0619b commit f7ca5ea
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Install NodeJS
uses: actions/[email protected]
Expand All @@ -31,7 +31,7 @@ jobs:
id: yarn-cache-dir
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

- uses: actions/[email protected].1
- uses: actions/[email protected].2
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir.outputs.dir }}
Expand Down
4 changes: 4 additions & 0 deletions exclusions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -524,3 +524,7 @@ vkcdnservice.appspot.com^
|c.blue.*.com^|
||onetrust.com^
||exponea.com^
@@||api.personaclick.com^|
||debugbear.com^
||www.debugbear.com^
||rebrand.ly^
1 change: 1 addition & 0 deletions inclusions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1347,3 +1347,4 @@
||c.blue.*.com^
||eu-office.events.data.microsoft.com^
||report.zvuk.com^
||urlstats.platformaofd.ru^
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ axios@^1.6.2:
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2"
integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==
dependencies:
follow-redirects "^1.15.5"
follow-redirects "^1.15.6"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

Expand Down Expand Up @@ -203,10 +203,10 @@ find-up@^4.1.0:
locate-path "^5.0.0"
path-exists "^4.0.0"

follow-redirects@^1.15.5:
version "1.15.5"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
follow-redirects@^1.15.6:
version "1.15.6"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
dependencies:
debug "=3.1.0"

Expand Down

0 comments on commit f7ca5ea

Please sign in to comment.