Skip to content

Commit d81b383

Browse files
authored
Merge pull request #10 from contentstack/feat/CS-39612
feat/CS-39612-Updated actions/Checkout version and added version bump
2 parents 80aa34e + 5b565e8 commit d81b383

File tree

8 files changed

+2299
-2055
lines changed

8 files changed

+2299
-2055
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v3.5.3
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL

.github/workflows/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'snyk-bot' || contains(github.event.pull_request.head.ref, 'snyk-fix-') || contains(github.event.pull_request.head.ref, 'snyk-upgrade-')}}
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3.5.3
1111
- name: Login into JIRA
1212
uses: atlassian/gajira-login@master
1313
env:

.github/workflows/sast-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
security:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3.5.3
1010
- name: Horusec Scan
1111
run: docker run -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/src horuszup/horusec-cli:latest horusec start -p /src -P $(pwd)

.github/workflows/secrets-scan.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2022 Contentstack LLC <https://www.contentstack.com/>
3+
Copyright (c) 2023 Contentstack LLC <https://www.contentstack.com/>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 2293 additions & 2039 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/datasync-content-store-mongodb",
33
"author": "Contentstack Ecosystem <ecosystem@contentstack.com>",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "Contentstack datasync's mongodb library. Helps to store contents in mongodb",
66
"main": "dist/index.js",
77
"dependencies": {

src/util/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Contentstack Mongodb Content Connector
33
* Copyright (c) 2019 Contentstack LLC
44
* MIT Licensed
5+
*
56
*/
67

78
import { getConfig } from '../index'

0 commit comments

Comments
 (0)